func github.com/jackc/puddle/v2.nanotime
7 uses
github.com/jackc/puddle/v2 (current package)
nanotime.go#L12: func nanotime() int64 {
pool.go#L58: res.pool.releaseAcquiredResource(res, nanotime())
pool.go#L114: return time.Duration(nanotime() - res.lastUsedNano)
pool.go#L320: lastUsedNano: nanotime(),
pool.go#L355: startNano := nanotime()
pool.go#L376: waitTime := time.Duration(nanotime() - startNano)
pool.go#L406: waitTime := time.Duration(nanotime() - startNano)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)